+2008-03-25 Johan Bockg\e$(Q)[\e(Brd <bojohan@gnu.org>
+
+ * info.el (Info-isearch-search): Always return point.
+
2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
* diff-mode.el (diff-remembered-defdir): New var.
(unless isearch-forward 'backward))
(Info-search (if isearch-regexp string (regexp-quote string))
bound noerror count
- (unless isearch-forward 'backward))
- (point)))
+ (unless isearch-forward 'backward)))
+ (point))
(let ((isearch-search-fun-function nil))
(isearch-search-fun))))